StaticAttetnion runtime support for generate_full_logits=False#16171
Merged
meta-codesync[bot] merged 1 commit intopytorch:mainfrom Dec 11, 2025
Merged
StaticAttetnion runtime support for generate_full_logits=False#16171meta-codesync[bot] merged 1 commit intopytorch:mainfrom
meta-codesync[bot] merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16171
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 38fada4 with merge base 5033840 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Contributor
billmguo
approved these changes
Dec 10, 2025
9c3ae40 to
166d439
Compare
sxu
added a commit
to sxu/executorch
that referenced
this pull request
Dec 11, 2025
…ch#16171) Summary: Prefill will produce the logits at position 0 when not generating full logits. Lookahead decoding requires full logits. Reviewed By: billmguo Differential Revision: D88790445
sxu
added a commit
to sxu/executorch
that referenced
this pull request
Dec 11, 2025
…ch#16171) Summary: Prefill will produce the logits at position 0 when not generating full logits. Lookahead decoding requires full logits. Reviewed By: billmguo Differential Revision: D88790445
166d439 to
927c8d5
Compare
sxu
added a commit
to sxu/executorch
that referenced
this pull request
Dec 11, 2025
…ch#16171) Summary: Prefill will produce the logits at position 0 when not generating full logits. Lookahead decoding requires full logits. Reviewed By: billmguo Differential Revision: D88790445
927c8d5 to
cc1750b
Compare
…ch#16171) Summary: Prefill will produce the logits at position 0 when not generating full logits. Lookahead decoding requires full logits. Reviewed By: billmguo Differential Revision: D88790445
cc1750b to
38fada4
Compare
xingguo01
pushed a commit
to xingguo01/executorch
that referenced
this pull request
Dec 18, 2025
Differential Revision: D88790445 Pull Request resolved: pytorch#16171
jirioc
pushed a commit
to nxp-upstream/executorch
that referenced
this pull request
Dec 19, 2025
Differential Revision: D88790445 Pull Request resolved: pytorch#16171
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Prefill will produce the logits at position 0 when not generating full logits. Lookahead decoding requires full logits.
Differential Revision: D88790445